home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / biz / p5 / 68060-V44_3.lha / 68040dummy.library.notes < prev    next >
Text File  |  1998-06-21  |  2KB  |  53 lines

  1. *******************************************************************
  2. *   To get a layout which works for every processor use this:     *
  3. *                                                                 *
  4. *    37.30 CBM 68040.library -> libs:68040old.library             *
  5. *    Phase5 68040.library -> libs:68040new.library                *
  6. *    Phase5 68060.library -> libs:68060.library                   *
  7. *    Phase5 68040dummy.library -> libs:68040.library              *
  8. *                                                                 *
  9. *******************************************************************
  10.  
  11. ReleaseNotes:
  12.  
  13. o 44.1 Release
  14.   to be at the same version as the to be loaded libs
  15.  
  16. o 43.1 Release
  17.   Internal changes for the coming rom version.
  18.  
  19. o 43.0 Release
  20.   o bumped to 43 for cyberguard:-)
  21.  
  22. o 42.0
  23.   o bumped to 42 to have the same version number
  24.  
  25. o 40.16
  26.   o renamed to 68040dummy.library on the disk
  27.   o It got time this cludge got fixed.
  28.     Now it does this:
  29.     Checks for 68040new.library,
  30.       if installed loads it manually, starts it
  31.       and removes the 68040dummy.library lib from memory
  32.     or
  33.     Checks for 68040old.library,
  34.       if installed loads it manually, starts it
  35.       and removes the 68040dummy.library lib from memory
  36.     or
  37.     Checks for 68060.library,
  38.       if installed loads it
  39.       and keeps the 68040dummy.library lib in memory as a 68040.library gateway
  40.       which returns the 68060 base on a LIB_Open.
  41.  
  42.     68040old.library should be the renamed 37.30 CBM 68040.library
  43.     68040new.library should be the renamed Phase5 68040.library needed
  44.     for the ppc.library, CyberPatcher and other tools
  45.     68040dummy.library MUST be renamed 68040.library if you have a 68060 in the
  46.     system.
  47.  
  48. o 40.15
  49.   o Final Release
  50.  
  51. o 40.14
  52.   - Used new Bumprev
  53.